2004-01-06 Federico Mena Quintero <federico@ximian.com>
+ * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
+ 0777 as the mode for mkdir() and let the umask do the right
+ thing. Fixes #121819.
+
* gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
can return NULL; handle this. Fixes #129565.
2004-01-06 Federico Mena Quintero <federico@ximian.com>
+ * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
+ 0777 as the mode for mkdir() and let the umask do the right
+ thing. Fixes #121819.
+
* gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
can return NULL; handle this. Fixes #129565.
2004-01-06 Federico Mena Quintero <federico@ximian.com>
+ * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
+ 0777 as the mode for mkdir() and let the umask do the right
+ thing. Fixes #121819.
+
* gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
can return NULL; handle this. Fixes #129565.
2004-01-06 Federico Mena Quintero <federico@ximian.com>
+ * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
+ 0777 as the mode for mkdir() and let the umask do the right
+ thing. Fixes #121819.
+
* gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
can return NULL; handle this. Fixes #129565.
2004-01-06 Federico Mena Quintero <federico@ximian.com>
+ * gtk/gtkfilesel.c (gtk_file_selection_create_dir_confirmed): Use
+ 0777 as the mode for mkdir() and let the umask do the right
+ thing. Fixes #121819.
+
* gtk/gtkfilesystemunix.c (filename_is_root): g_path_skip_root()
can return NULL; handle this. Fixes #129565.
goto out;
}
- if (mkdir (sys_full_path, 0755) < 0)
+ if (mkdir (sys_full_path, 0777) < 0)
{
buf = g_strdup_printf (_("Error creating folder \"%s\": %s\n"), dirname,
g_strerror (errno));